C# |
---|
public String GetProviderName() |
C# |
---|
// See the DataConfig setup code on the DataConfig class page. // Retrieves the provider name value. private static void GetProviderName2(DataConfig dataConfig) { var providerName = dataConfig.GetProviderName(); } |